Platform Explorer / Nuxeo Platform 6.0

Operation Collection.GetCollections (Get collections)

Description

Get the list of all the collections visible by the currentUser. This is returning a list of collections.
Operation id Collection.GetCollections
Category Document
Label Get collections
Requires
Since

Parameters

Name Description Type Required Default value
searchTerm string yes  

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.collections.core.automation.GetCollectionsOperation
Contributing Component org.nuxeo.collections.operations

JSON Definition

{
  "id" : "Collection.GetCollections",
  "label" : "Get collections",
  "category" : "Document",
  "requires" : null,
  "description" : "Get the list of all the collections visible by the currentUser. This is returning a list of collections.",
  "url" : "Collection.GetCollections",
  "signature" : [ "void", "documents" ],
  "params" : [ {
    "name" : "searchTerm",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}